home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / org.pulseaudio.policy < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-14  |  1.1 KB  |  30 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5. <policyconfig>
  6.   <vendor>The PulseAudio Project</vendor>
  7.   <vendor_url>http://pulseaudio.org/</vendor_url>
  8.   <icon_name>audio-card</icon_name>
  9.  
  10.   <action id="org.pulseaudio.acquire-real-time">
  11.     <description>Real-time scheduling for the PulseAudio daemon</description>
  12.     <message>System policy prevents PulseAudio from acquiring real-time scheduling.</message>
  13.     <defaults>
  14.       <allow_any>no</allow_any>
  15.       <allow_inactive>no</allow_inactive>
  16.       <allow_active>no</allow_active>
  17.     </defaults>
  18.   </action>
  19.  
  20.   <action id="org.pulseaudio.acquire-high-priority">
  21.     <description>High-priority scheduling (negative Unix nice level) for the PulseAudio daemon</description>
  22.     <message>System policy prevents PulseAudio from acquiring high-priority scheduling.</message>
  23.     <defaults>
  24.       <allow_any>no</allow_any>
  25.       <allow_inactive>no</allow_inactive>
  26.       <allow_active>no</allow_active>
  27.     </defaults>
  28.   </action>
  29.  
  30. </policyconfig>